[INFO] fetching crate hyper_byte 0.7.0...
[INFO] fixing hyper_byte-0.7.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate hyper_byte 0.7.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate hyper_byte 0.7.0
[INFO] finished tweaking crates.io crate hyper_byte 0.7.0
[INFO] tweaked toml for crates.io crate hyper_byte 0.7.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hyper_byte 0.7.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hyper_byte 0.7.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded slab v0.4.10
[INFO] [stderr]   Downloaded io-uring v0.7.8
[INFO] [stderr]   Downloaded rustc-demangle v0.1.25
[INFO] [stderr]   Downloaded half v2.6.0
[INFO] [stderr]   Downloaded crunchy v0.2.3
[INFO] [stderr]   Downloaded libc v0.2.174
[INFO] [stderr]   Downloaded tokio v1.47.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e88dac5676d019aedaba36d4795ac50e1d3e8f7ee4b228afda03022024093d5e
[INFO] running `Command { std: "docker" "start" "e88dac5676d019aedaba36d4795ac50e1d3e8f7ee4b228afda03022024093d5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e88dac5676d019aedaba36d4795ac50e1d3e8f7ee4b228afda03022024093d5e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e88dac5676d019aedaba36d4795ac50e1d3e8f7ee4b228afda03022024093d5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e88dac5676d019aedaba36d4795ac50e1d3e8f7ee4b228afda03022024093d5e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking hyper_byte v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stdout] error[E0425]: cannot find function `read_f16_be` in this scope
[INFO] [stdout]     --> src/lib.rs:1977:39
[INFO] [stdout]      |
[INFO] [stdout]  301 | pub unsafe fn read_i16_be(bytes: &[u8]) -> i16 {
[INFO] [stdout]      | ---------------------------------------------- similarly named function `read_i16_be` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1977 |         let float16_result = unsafe { read_f16_be(&float16_array) };
[INFO] [stdout]      |                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:483:15
[INFO] [stdout]      |
[INFO] [stdout]  449 | #[cfg(feature = "half")]
[INFO] [stdout]      |       ---------------- the item is gated behind the `half` feature
[INFO] [stdout] ...
[INFO] [stdout]  483 | pub unsafe fn read_f16_be(bytes: &[u8]) -> f16 {
[INFO] [stdout]      |               ^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1977 -         let float16_result = unsafe { read_f16_be(&float16_array) };
[INFO] [stdout] 1977 +         let float16_result = unsafe { read_i16_be(&float16_array) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_f16_le` in this scope
[INFO] [stdout]     --> src/lib.rs:1988:39
[INFO] [stdout]      |
[INFO] [stdout]  843 | pub unsafe fn read_i16_le(bytes: &[u8]) -> i16 {
[INFO] [stdout]      | ---------------------------------------------- similarly named function `read_i16_le` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1988 |         let float16_result = unsafe { read_f16_le(&float16_array) };
[INFO] [stdout]      |                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:1025:15
[INFO] [stdout]      |
[INFO] [stdout]  991 | #[cfg(feature = "half")]
[INFO] [stdout]      |       ---------------- the item is gated behind the `half` feature
[INFO] [stdout] ...
[INFO] [stdout] 1025 | pub unsafe fn read_f16_le(bytes: &[u8]) -> f16 {
[INFO] [stdout]      |               ^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1988 -         let float16_result = unsafe { read_f16_le(&float16_array) };
[INFO] [stdout] 1988 +         let float16_result = unsafe { read_i16_le(&float16_array) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_f16_ne` in this scope
[INFO] [stdout]     --> src/lib.rs:1999:39
[INFO] [stdout]      |
[INFO] [stdout] 1385 | pub unsafe fn read_i16_ne(bytes: &[u8]) -> i16 {
[INFO] [stdout]      | ---------------------------------------------- similarly named function `read_i16_ne` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1999 |         let float16_result = unsafe { read_f16_ne(&float16_array) };
[INFO] [stdout]      |                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:1567:15
[INFO] [stdout]      |
[INFO] [stdout] 1533 | #[cfg(feature = "half")]
[INFO] [stdout]      |       ---------------- the item is gated behind the `half` feature
[INFO] [stdout] ...
[INFO] [stdout] 1567 | pub unsafe fn read_f16_ne(bytes: &[u8]) -> f16 {
[INFO] [stdout]      |               ^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1999 -         let float16_result = unsafe { read_f16_ne(&float16_array) };
[INFO] [stdout] 1999 +         let float16_result = unsafe { read_i16_ne(&float16_array) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_f16_be` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2124:38
[INFO] [stdout]      |
[INFO] [stdout] 2124 |                 float16: fast_reader.read_f16_be(),
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `read_i16_be` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2124 -                 float16: fast_reader.read_f16_be(),
[INFO] [stdout] 2124 +                 float16: fast_reader.read_i16_be(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_f16_ne` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2145:38
[INFO] [stdout]      |
[INFO] [stdout] 2145 |                 float16: fast_reader.read_f16_ne(),
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `read_i16_ne` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2145 -                 float16: fast_reader.read_f16_ne(),
[INFO] [stdout] 2145 +                 float16: fast_reader.read_i16_ne(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_f16_le` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2166:38
[INFO] [stdout]      |
[INFO] [stdout] 2166 |                 float16: fast_reader.read_f16_le(),
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `read_i16_le` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2166 -                 float16: fast_reader.read_f16_le(),
[INFO] [stdout] 2166 +                 float16: fast_reader.read_i16_le(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_f16_be` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2187:20
[INFO] [stdout]      |
[INFO] [stdout] 2187 |             stream.write_f16_be(self.float16);
[INFO] [stdout]      |                    ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `write_i16_be` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2187 -             stream.write_f16_be(self.float16);
[INFO] [stdout] 2187 +             stream.write_i16_be(self.float16);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_f16_le` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2209:20
[INFO] [stdout]      |
[INFO] [stdout] 2209 |             stream.write_f16_le(self.float16);
[INFO] [stdout]      |                    ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `write_i16_le` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2209 -             stream.write_f16_le(self.float16);
[INFO] [stdout] 2209 +             stream.write_i16_le(self.float16);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_f16_ne` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2231:20
[INFO] [stdout]      |
[INFO] [stdout] 2231 |             stream.write_f16_ne(self.float16);
[INFO] [stdout]      |                    ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `write_i16_ne` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2231 -             stream.write_f16_ne(self.float16);
[INFO] [stdout] 2231 +             stream.write_i16_ne(self.float16);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `skip_f16` found for struct `FastByteReader<'reader>` in the current scope
[INFO] [stdout]     --> src/lib.rs:2477:16
[INFO] [stdout]      |
[INFO] [stdout] 2477 |         reader.skip_f16();
[INFO] [stdout]      |                ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/reader.rs:16:1
[INFO] [stdout]      |
[INFO] [stdout]   16 | pub struct FastByteReader<'reader> {
[INFO] [stdout]      | ---------------------------------- method `skip_f16` not found for this struct
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `skip_i16` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2477 -         reader.skip_f16();
[INFO] [stdout] 2477 +         reader.skip_i16();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_f16_ne` found for struct `FastByteReader<'reader>` in the current scope
[INFO] [stdout]     --> src/lib.rs:2478:49
[INFO] [stdout]      |
[INFO] [stdout] 2478 |         assert_eq!(f16::from_f32(323.0), reader.read_f16_ne());
[INFO] [stdout]      |                                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/reader.rs:16:1
[INFO] [stdout]      |
[INFO] [stdout]   16 | pub struct FastByteReader<'reader> {
[INFO] [stdout]      | ---------------------------------- method `read_f16_ne` not found for this struct
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `read_i16_ne` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2478 -         assert_eq!(f16::from_f32(323.0), reader.read_f16_ne());
[INFO] [stdout] 2478 +         assert_eq!(f16::from_f32(323.0), reader.read_i16_ne());
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyper_byte` (lib test) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "e88dac5676d019aedaba36d4795ac50e1d3e8f7ee4b228afda03022024093d5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e88dac5676d019aedaba36d4795ac50e1d3e8f7ee4b228afda03022024093d5e", kill_on_drop: false }`
[INFO] [stdout] e88dac5676d019aedaba36d4795ac50e1d3e8f7ee4b228afda03022024093d5e
